From: IOhannes m zmölnig Date: Thu, 11 Feb 2016 10:54:08 +0000 (+0100) Subject: fix permissions in the correct directory X-Git-Tag: archive/raspbian/5.4.5_ds0-1+rpi1~1^2~289 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=dc85f1c2b81e4494a4d69ccf652503544376c335;p=juce.git fix permissions in the correct directory --- diff --git a/debian/rules b/debian/rules index 1da48e93..e1642d38 100755 --- a/debian/rules +++ b/debian/rules @@ -37,7 +37,7 @@ build/libjuce-doc:: cd doxygen && doxygen Doxyfile binary-post-install/juce-modules-source:: - find $(CURDIR)/debian/$(cdbs_curpkg)/usr/include/ -type f -name "*.h" -or -name "*.cpp" \ + find $(CURDIR)/debian/$(cdbs_curpkg)/usr/share/juce -type f -name "*.h" -or -name "*.cpp" \ -exec chmod 0644 {} + clean::